Skip to content

Conversation

dcpleung
Copy link
Member

@dcpleung dcpleung commented Oct 2, 2025

Adds a new kconfig CONFIG_MEM_DOMAIN_HAS_THREAD_LIST so that only the architectures requiring to keep track of threads in memory domains will have the necessary list struct inside the memory domain structs. Saves a few bytes for those arch not needing this.

Also rename the struct fields to be most descriptive of what they are.

Adds a new kconfig CONFIG_MEM_DOMAIN_HAS_THREAD_LIST so that
only the architectures requiring to keep track of threads in
memory domains will have the necessary list struct inside
the memory domain structs. Saves a few bytes for those arch
not needing this.

Also rename the struct fields to be most descriptive of what
they are.

Signed-off-by: Daniel Leung <[email protected]>
@dcpleung dcpleung force-pushed the kernel/mem_domain_thread_queue_kconfig branch from cb01fad to 85602e9 Compare October 2, 2025 18:38
Copy link

sonarqubecloud bot commented Oct 2, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants